@charset "utf-8";

.header{width:100%;height: 100px;overflow: hidden;}
.header>div{width:1820px;margin:0 auto;height: 100%;}
.header .logo{float:left;display: block;height: 100%;margin-left:5%;}
.header .logo a{display:block;height: 100%;line-height: 80px;position: relative;}
.header .logo a img{top: 20px;display: block;height: 65px;position: relative;}
.header .logo_message{float:left;height: 100%;padding-left: 17px;margin-right: 105px;position: relative;line-height: 130px;border-left: 1px solid #e6e6e6;}
.header .logo_message:before{content:"";width:2px;height:15px;position:absolute;top:0;bottom:0;margin-top:auto;margin-bottom:auto;left:1px;background:#df0001}
.header .logo_message img{display:block;position: relative;top: 21px;}
.header .logo_message p{font-size:20px;color:#505050;width: 100%;top: 0;}
.header .sy_nav{float: right;margin-right: 35px;height: 100%;}
.header .sy_nav>ul{overflow:hidden;height: 100%;}
.header .sy_nav>ul>li{float:left;height: 100%;line-height: 130px;margin: 0 30px;}
.header .sy_nav>ul>li>a{font-size: 24px;color: #333333;position:relative;}
.header .sy_nav>ul>li>a:after{content:"";width: 100%;height:16px;background:#c30001;position:absolute;top: -45px;left:0;right:0;margin:0 auto;display:none;box-shadow: 2px 2px 4px #5a5a5a;}
.header .sy_nav>ul>li>a:hover:after,.header .sy_nav>ul>li.on a:after{display:block;}
.header .sy_nav>ul>li>a:hover,.header .sy_nav>ul>li.on a{}
.header .sy_nav>ul>li>ul{display:none;}
.header .header_contact{float: right;height: 100%;}
.header .header_contact p:nth-child(1){font-size:30px;}
.header .header_contact p{font-size: 21px;line-height: 130px;color: #999999;text-indent: 20px;padding-right:20px;position: relative;display: inline-block;}
.header .header_contact p:after{content:"";width:1px;height:25px;background:#cccccc;position:absolute;right:0;top:0;bottom:0;margin-top:auto;margin-bottom:auto;}
.header .header_contact p i{display:inline-block;position: relative;top: 5px;margin-right: 5px;}
.header .header_contact p:nth-child(2) i{top:0;}
.header .header_contact p:nth-child(3) i{top:5px;}
.header .header_contact p span{color: #333333;}
@media screen and (max-width:1800px){
  .header>div{width: 90%;}
  .header .sy_nav>ul>li{margin: 0px 5px;}
  .header .sy_nav>ul>li>a{font-size: 16px;}
  .header .header_contact p{font-size: 16px;}
  .header .header_contact p:nth-child(1){font-size: 16px;}
  .header .logo{margin-left:0;}
  .advantage .slider_advantage{transform:scale(0.8);}
}

/* header search */
.header .search{float: right;width: 70px;height: 30px;display: inline-block;padding-bottom: 10px;position: relative;margin-left: 10px;top: 28px;}
.header .tb{
    float:right;
    width:70px;
    height:70px;
    position:relative;
    z-index:100;
    /* right: -18px; */
}
.search-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.search-wrapper .input-holder {
    overflow: hidden;
    height: 70px;
    background: rgba(255,255,255,0);
    border-radius: 6px;
    position: relative;
    width: 70px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.search-wrapper .input-holder .search-input {
    width: 100%;
    height: 50px;
    padding: 0px 70px 0 20px;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-family: "Open Sans", Arial, Verdana;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #FFF;
    -webkit-transform: translate(0, 60px);
    -moz-transform: translate(0, 60px);
    transform: translate(0, 60px);
    -webkit-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.search-wrapper .input-holder .search-icon {
    width: 70px;
    height: 70px;
    text-indent:100px;
    border: none;
    background: url(../images/header_tel.png) center no-repeat;
    border-radius: 6px;
    padding: 0px;
    outline: none;
    position: relative;
    z-index: 2;
    float: right;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.search-wrapper .close {
    position: absolute;
    z-index: 1;
    top: 24px;
    right: 20px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    -moz-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.search-wrapper .close:before {
    width: 5px;
    height: 25px;
    left: 10px;
    top: 0px;
    content:''
}
.search-wrapper .close:after {
    width: 25px;
    height: 5px;
    left: 0px;
    top: 10px;
    content:''
}
.search-wrapper .result-container {
    width: 100%;
    position: absolute;
    top: 70px;
    left: 0px;
    text-align: center;
    font-family: "Open Sans", Arial, Verdana;
    font-size: 14px;
    display: none;
    color: #B7B7B7;
}
.search-wrapper.active {
left: -173px;}
.search-wrapper.active .input-holder {
    border-radius: 50px;
    width: 450px;
    background: rgba(0,0,0,1);
    -webkit-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}

.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.search-wrapper.active .input-holder .search-icon {
    width: 50px;
    height: 50px;
    background-color: #E6E6E6;
    margin: 10px;
    border-radius: 30px;
}
.search-wrapper .close::before, .search-wrapper .close::after {
    position: absolute;
    content: '';
    background: #ccc;
    border-radius: 2px;
}

.search-wrapper.active .close {
    right: -50px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
}


/* sy_title */
.sy_title{text-align:center;margin-bottom:25px;}
.sy_title h2{font-size:42px;}
.sy_title h2 span{font-weight:500;}
.sy_title p{font-size:17px;color:#c3c3c3;position:relative;}
.sy_title p:after{content:"";width:83px;height:1px;background:#626262;position:absolute;margin:0 auto;bottom:-22px;left:0;right:0;}


/* banner */
.fullSlide{width:100%;position:relative;height: 745px;z-index:1;margin:0 auto;}
.fullSlide .bd{width:100%;height: 745px;margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{ width:100% !important; }
.fullSlide .bd li{width:100% !important;height: 745px;overflow:hidden;text-align:center;color:#fff;}
.fullSlide .bd li a{width:100% !important;height: 745px;display:block;}
.fullSlide .hd{/* display:none; */position: absolute;bottom: 25px;width: 100%;text-align: center;}
.fullSlide .hd li{display:inline-block;width:10px;height:10px;overflow:hidden;text-indent:100px;border: 2px solid #fff;margin: 0 10px;border-radius: 8px;}
.fullSlide .hd li.on{background:#fff;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-65px;left:17%;z-index:1;width:25px;height:131px;cursor:pointer;background: rgba(0,0,0,0.2) url(../images/ban_xbl.png) center no-repeat;}
.fullSlide .next{left:auto;right:17%;background: rgba(0,0,0,0.2) url(../images/ban_xbr.png) center no-repeat;}


.icon_index{background:url('../images/css_sprites.png') no-repeat;}
.icon1_index{width: 48px; height: 11px;background-position:-403px -76px;margin-right:20px;}
.icon2_index{width: 925px; height: 46px;background-position:-10px -10px;}
.icon3_index{width: 26px; height: 26px;background-position:-374px -152px;}
.icon4_index{width: 172px; height: 56px;background-position:-10px -76px;}
.icon6_index{width: 21px; height: 21px;background-position:-329px -107px;}
.icon7_index{width: 28px; height: 28px;background-position:-85px -232px;}
.icon8_index{width: 26px; height: 31px;background-position:-39px -232px;}
.icon9_index{width: 30px; height: 30px;background-position:-272px -152px;}
.icon10_index{width: 57px;height: 60px;background-position:-10px -152px;}
.icon11_index{width: 59px; height: 56px;background-position:-202px -76px;}
.icon12_index{background:url('../images/icon_ys3.png') no-repeat center;width: 57px;height: 57px;}
.icon13_index{width: 56px; height: 60px;background-position:-87px -152px;}
.icon16_index{width: 28px; height: 28px;background-position:-133px -232px;}
.icon17_index{width: 28px; height: 28px;background-position:-181px -232px;}
.icon18_index{width: 31px; height: 30px;background-position:-221px -152px;}
.icon19_index{width: 20px; height: 19px;background-position:-409px -107px;}
.icon20_index{width: 19px; height: 21px;background-position:-370px -107px;}



.slider_page2 .hd ul li:after{content:"";position:absolute;bottom: -19px;left:0;right: 0;margin: 0 auto;width: 102px;height: 11px;background-position:-281px -76px;background: url('../images/css_sprites.png') -281px -76px;display: none;}

.advantage{}
.advantage .slider_advantage{width:1530px;margin:0 auto;position:relative;left:-165px;}
.advantage .slider_advantage .hd{}
.advantage .slider_advantage .hd ul{display:flex;justify-content: space-between;}
.advantage .slider_advantage .hd ul li{width: 370px;height:560px;padding:70px 23px 0;box-sizing: border-box;color:#000;position: relative;}
.advantage .slider_advantage .hd ul li:after{content:"";position:absolute;width:1px;height:560px;top:0;right:0;background:#d2d2d2;}
.advantage .slider_advantage .hd ul li:last-child:after{display:none;}
.advantage .slider_advantage .hd ul li .advantage_top{font-size:32px;}
.advantage .slider_advantage .hd ul li .msg{font-size:16px;}
.advantage .slider_advantage .hd ul li i{display:block;position: absolute;top: 250px;left: 0;right: 0;margin: 0 auto;}
.advantage .slider_advantage .hd ul li img{display:none;position: absolute;top: 205px;left: 25px;width: 390px;}
.advantage .slider_advantage .hd ul li.on{background:#c30001;color:#fff;width:450px;}
.advantage .slider_advantage .hd ul li.on i{display:none;}
.advantage .slider_advantage .hd ul li.on img{display:block;}
.advantage .slider_advantage .hd ul li .number{font-size:60px;position:absolute;top: 345px;font-weight: 600;left: 18px;}
.advantage .slider_advantage .hd ul li .number:after{content:"";position:absolute;left:0;bottom:0;width: 320px;height: 1px;background:#d2d2d2;}
.advantage .slider_advantage .hd ul li .text{font-size:12px;position: absolute;top: 455px;}
.advantage .slider_advantage .hd ul li.on .number{left:40px;}
.advantage .slider_advantage .hd ul li.on .text{left:40px;}
.advantage .slider_advantage .hd ul li.on .number:after{display:none;}

.main{}

.page1{height:140px;padding: 60px 0 15px;color:#252525;position:relative;}
.page1 h3{font-size:28px;font-weight:500;}
.page1 h3 i{width:50px;height:13px;display:inline-block;}
.page1 p{width:925px;height:46px;line-height:46px;font-size:16px;text-indent:20px;margin-top:5px;}
.page1 a{position:absolute;right:0;top: 75px;width:175px;height:60px;line-height:60px;color:#fff;font-size:22px;}
.page1 a i{width:27px;height:27px;display:inline-block;margin: 0 5px 0px 35px;position: relative;top: 5px;}


.page2{background:#ebedf6;padding:40px 0;}
.page2 .page2_title{text-align:center;line-height:60px;margin-bottom:25px;}
.page2 .page2_title p{font-size:40px;color:#202020;}
.page2 .page2_title p span{font-size:30px;}
.page2 .slider_page2{margin-top:70px;}
.page2 .slider_page2 .hd{margin-bottom:35px;padding-bottom: 15px;border-bottom: 5px solid #d3d4d9;}
.page2 .slider_page2 .hd ul{text-align:center;}
.page2 .slider_page2 .hd ul li{display:inline-block;padding:0 25px;position: relative;}
.page2 .slider_page2 .hd ul li:hover:after,.page2 .slider_page2 .hd ul li.on{display:block;}
.page2 .slider_page2 .hd ul li:before{content:"";position:absolute;width:2px;height:17px;background:#c7cbd3;right: -3px;top: 7px;}
.page2 .slider_page2 .hd ul li:last-child:before{display:none;}
.page2 .slider_page2 .hd ul li a{font-size:20px;color:#222222;display:block;position:relative;}
.page2 .slider_page2 .bd{}
.page2 .slider_page2 .bd>ul>li{overflow:hidden;}
.page2 .slider_page2 .bd>ul>li .box{width:590px;float:right;position: relative;}
.page2 .slider_page2 .bd>ul>li .box .img{}
.page2 .slider_page2 .bd>ul>li .box .img img{display:block;}
.page2 .slider_page2 .bd>ul>li .box .container{}
.page2 .slider_page2 .bd>ul>li .box .container h4{font-size:28px;margin-bottom:10px;font-weight: 500;position:relative;}
.page2 .slider_page2 .bd>ul>li .box .container h4:after{content:"";position:absolute;left: -50px;top: 10px;width: 38px;height: 37px;background: url('../images/css_sprites.png') -163px -152px;}
.page2 .slider_page2 .bd>ul>li .box4 .container h4:after{display:none;}
.page2 .slider_page2 .bd>ul>li .box .container>p{font-size:14px;}
.page2 .slider_page2 .bd>ul>li .box .container ul{}
.page2 .slider_page2 .bd>ul>li .box .container ul li{}
.page2 .slider_page2 .bd>ul>li .box .container ul li a{font-size: 17px;display: block;color: #000;}
.page2 .slider_page2 .bd>ul>li .box1 .container ul li a{color:#fff;}
.page2 .slider_page2 .bd>ul>li .box .container ul li a span{font-size:14px;width:22px;height:22px;display: inline-block;text-align:center;line-height:22px;margin-right: 5px;position: relative;top: 5px;}
.page2 .slider_page2 .bd>ul>li .box .container>span{}
.page2 .slider_page2 .box1 .img,.page2 .slider_page2 .box2 .img{width:590px;height:347px;}
.page2 .slider_page2 .box1,.page2 .slider_page2 .box3{float: left !important;}
.page2 .slider_page2 .box1 .container{height:275px;background:#005bac;color:#fff;padding: 28px 20px 0 80px;}
.page2 .slider_page2 .box1 .container>p{margin-bottom:35px;}
.page2 .slider_page2 .box1 .container ul li{display:inline-block;margin-right:10px;margin-bottom:10px;}
.page2 .slider_page2 .box1 .container ul li span{border:1px solid #df0001;border-radius:12px;}
.page2 .slider_page2 .box1 .container>a{position:absolute;right: 40px;bottom: 40px;width: 50px;line-height: 20px;height: 20px;display: block;text-align: center;border: 1px solid #1a6cb4;color: #fff;}
.page2 .slider_page2 .box2 .container{height: 225px;background:#fff;padding: 15px 40px 0 80px;}
.page2 .slider_page2 .box2 .container>p{margin-bottom:20px;}
.page2 .slider_page2 .box2 .container>a{position:absolute;right: 40px;bottom: 25px;width: 50px;line-height: 20px;height: 20px;display: block;text-align: center;border: 1px solid #eeeeee;}
.page2 .slider_page2 .box3{clear:both;margin-top:20px;}
.page2 .slider_page2 .box3 .container{height:225px;background:#fff;padding:15px 40px 0 80px;}
.page2 .slider_page2 .box3 .container>p{margin-bottom:20px;}
.page2 .slider_page2 .box3 .container ul li{display:inline-block;margin-right: 10px;}
.page2 .slider_page2 .box3 .container>a{position:absolute;right: 40px;bottom: 20px;width: 50px;line-height: 20px;height: 20px;display: block;text-align: center;border: 1px solid #eeeeee;}
.page2 .slider_page2 .box4{height:265px;margin-top: -40px;margin-bottom: 20px;}
.page2 .slider_page2 .box4 .img{width:295px;float:left;}
.page2 .slider_page2 .box4 .container{width:295px;float:right;background:#df0001;height:265px;color:#fff;padding: 40px 25px 0 30px;box-sizing: border-box;}
.page2 .slider_page2 .bd>ul>li .box4 .container>a{display:block;width:140px;line-height:30px;text-align:center;border:1px solid #e95253;margin:30px auto;font-size:30px;color:#e95253;}
.page2 .slider_page2 .bd>ul>li .box5{height:330px;background:#fff;}
.page2 .slider_page2 .bd>ul>li .box5 .img{float:right;}
.page2 .slider_page2 .bd>ul>li .box5 .container{padding:35px 0 0 75px;}
.page2 .slider_page2 .bd>ul>li .box5 .container ul li{line-height:24px;display:block;height: 24px;margin-bottom: 15px;}
.page2 .slider_page2 .bd>ul>li .box5 .container>p{margin-bottom:10px;}
.page2 .slider_page2 .bd>ul>li .box5 .container>p span{display:inline-block;}
.page2 .slider_page2 .bd>ul>li .box1 .container ul li a span{top:0px;}
.icon5{background-position: -451px -71px;}



.page3{height:835px;padding:55px 0;box-sizing: content-box;position:relative;}
.page3 .page3_slider{width:100%;height: 835px;position:absolute;bottom: -50px;left:0;}
.page3 .page3_slider .hd{position:absolute;left: 0;right: 0;top: 45px;z-index:10;}
.page3 .page3_slider .hd ul{}
.page3 .page3_slider .hd ul li.on,.page3 .page3_slider .hd ul div:hover{background:#df0001;}
.page3 .page3_slider .hd ul li.on a,.page3 .page3_slider .hd ul div:hover a{color:#fff;}
.page3 .page3_slider .hd ul li,.page3 .page3_slider .hd ul div{display:inline-block;margin-right:10px;text-align: center;height: 100px;padding: 30px 10px 0;position: relative;}
.page3 .page3_slider .hd ul li:before,.page3 .page3_slider .hd ul div:before{content:"";width:0;height:0;position:absolute;border: 12px solid;border-color: #df0001 transparent transparent;bottom: -23px;left: 0;right: 0;margin: 0 auto;display: none;}
.page3 .page3_slider .hd ul li.on:before,.page3 .page3_slider .hd ul div:hover:before{display:block;}
.page3 .page3_slider .hd ul li a,.page3 .page3_slider .hd ul div a{font-size:20px;color:#000;}
.page3 .page3_slider .hd ul li span,.page3 .page3_slider .hd ul div span{display:block;font-size:12px;color:#d3d3d3;font-weight: 900;}
.page3 .page3_slider .bd{height:100%;}
.page3 .page3_slider .bd>ul{height:100%;}
.page3 .page3_slider .bd>ul>li{color:#fff;height:100%;padding-top: 230px;box-sizing: border-box;}
.page3 .page3_slider .bd>ul>li h4{font-weight:500;margin-bottom: 65px;position: relative;height: 90px;}
.page3 .page3_slider .bd>ul>li h4:after{content:"";position:absolute;left:0;bottom: -25px;width:50px;height:2px;background:#606060;}
.page3 .page3_slider .bd>ul>li h4>p:nth-child(1){font-size:34px;font-weight: 100;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.page3 .page3_slider .bd>ul>li h4>p:nth-child(2){font-size:22px;}
.page3 .page3_slider .bd>ul>li h4 p span{font-weight:600;}
.page3 .page3_slider .bd>ul>li>div>p{font-size:16px;margin-bottom: 65px;width: 600px;}
.page3 .page3_slider .bd>ul>li>div>ul{overflow:hidden;border: 1px solid #778087;line-height: 0;width:540px;}
.page3 .page3_slider .bd>ul>li>div>ul>li{line-height: 72px;padding: 0 25px 0 20px;display: inline-block;position: relative;}
.page3 .page3_slider .bd>ul>li>div>ul>li:after{content:"";width:1px;height:60px;background: #1d4a77;position:absolute;left:0;top: 7px;}
.page3 .page3_slider .bd>ul>li>div>ul>li:nth-child(1):after{display:none;}
.page3 .page3_slider .bd>ul>li>div>ul>li p{font-weight:600;font-size:22px;}
.page3 .page3_slider .bd>ul>li>div>ul>li p span{display: inline-block;margin-right: 15px;position: relative;top: 8px;}
.page3 .page3_slider .bd>ul>li>div{padding-right: 300px;box-sizing:border-box;}


.page4{z-index: 10;position: relative;top: -60px;}
.page4 .advantage{margin-top: 70px;padding-bottom: 65px;}

.page5{background:#ebedf6;padding:60px 0 0;}
.sy_news{
    zoom: 1;
    overflow: hidden;
    margin-top:35px;
}
.sy_news  .w1200{
    zoom: 1;
    overflow: hidden;
}
.sy_news .titlemodel{
margin-bottom: 25px;
}

.sy_news .left{
    float: left;
    width: 809px;
}
.sy_news .titlemodel2{
    line-height: 38px;
    height: 38px;
    margin-bottom: 35px;
    position: relative;
}
.sy_news .titlemodel2:after{content:"";width:100%;height:1px;position:absolute;background:#c6c7cb;bottom: -15px;left:0;}
.sy_news .titlemodel2 .title{
    float: left;
    padding-left: 40px;
    font-size: 22px;
    color: #333333;
    position:relative;
}
.sy_news .titlemodel2 .title:after{content:"";position:absolute;left: 0;top: 5px;}
.sy_news .titlemodel2 .icon14_index:after{width: 32px; height: 27px;background: url('../images/css_sprites.png') -322px -152px;}
.sy_news .titlemodel2 .icon15_index:after{width: 28px; height: 24px;background: url('../images/css_sprites.png') -281px -107px;}

.sy_news .titlemodel2 .more{
    float: right;
    display: inline-block;
    margin-top: 11px;
    width: 79px;
    line-height: 17px;
    border-radius: 40px;
    color: #000;
    font-size: 12px;
    text-indent: 29px;
    width: 9px; height: 9px;
    background: url('../images/css_sprites.png') -471px -76px;
}
.sy_news .list1{
    
}

.sy_news .list1 li{
    height: 176px;
    margin-bottom: 20px;
}


.sy_news .list1 li .imgbox{
    float: left;
    width: 269px;
    overflow:hidden;
}

.sy_news .list1 li .imgbox img{
    width: 100%;
    height: 176px;
    

transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
-webkit-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sy_news .list1 li .imgbox:hover img{
 -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.sy_news .list1 li .content{
    float: right;
    width: 520px;
}
.sy_news .list1 li .content .h2tit{
    padding-top: 17px;
    font-size: 16px;
    line-height: 24px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

    font-weight: bold;
    margin-bottom: 21px;
}
.sy_news .list1 li .content .h2tit a{
        color: #333333;
}
.sy_news .list1 {
    padding-bottom: 3px;
}

.sy_news .list1 li .content .desc{
    line-height: 30px;
    font-size: 14px;
    color: #666666
}
.sy_news .list2{
        padding-left: 26px;
        position:relative;
}
.sy_news .list2:after{content:"";position:absolute;left:0;top:8px;width: 9px; height: 149px;background: url('../images/css_sprites.png') -10px -232px;}
.sy_news .list2 li{

}

.sy_news .list2 li a{
    display: block;
    line-height: 32px;
    font-size: 14px;
    color: #333333;

    border-bottom: 1px dashed #dedede;
}
.sy_news .list2 li a .title{
        overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 70%;
}
.sy_news .list2 li a .time{
float: right;
color: #999999;
text-align:right;
width: 30%
}
.sy_news .right{
    float: right;
    width: 357px;
}

.sy_news .right .imgbox{
    overflow: hidden;
}
.sy_news .right a{overflow:hidden;}
.sy_news .right .imgbox img{
    width: 100%;
    height: 100%;
    transition: all linear 0.3s;
   
}

.sy_news .right .imgbox:hover img{
     transform: scale(1.2);

}

.sy_news .right .list3{
    padding-top: 5px;
}
.sy_news .right .list3 li{
    padding-bottom: 7px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #e6e6e6;
    position: relative;
}
.sy_news .right .list3 li:after{content:"";width:100%;height:1px;position:absolute;left:0;bottom: -10px;border-bottom:1px dashed #cdcfd4;}
.sy_news .right .list3 li:last-child:after{display:none;}
.sy_news .right .list3 li .question_title{
    height: 26px;
    line-height: 26px;
}
.sy_news .right .list3 li .question_title a{
    display: block;
}

.sy_news .right .list3 li .question_title a .s1{
    float: left;
    width: 14px;
    height: 14px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    background: #fa5258;
    font-size: 10px;
    display: inline-block;
    margin-top: 6px;
}
.sy_news .right .list3 li .question_title a .s2{
    float: right;
    width: 338px;
    overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 14px;
font-weight: bold;
color: #df3130
}
.sy_news .right .list3 li .desc{
    zoom: 1;
    overflow: hidden;
}
.sy_news .right .list3 li .desc .s1{
        float: left;
    width: 14px;
    height: 14px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    background: #777777;
    font-size: 12px;
    display: inline-block;
    margin-top: 4px;
}

.sy_news .right .list3 li .desc .s2{
        float: right;
    width: 338px;
font-size: 14px;
color: #666666;
line-height: 28px;
}
.sy_news{
    padding-bottom: 55px;
}
.sy_news .slider5 .bd{margin-bottom:35px !important;}

.page6{padding:55px 0;background:url('../images/sy_about.jpg') no-repeat center;}
.page6 .page6_title{text-align:center;}
.page6 .page6_title img{}
.page6 .word{margin-top:80px;text-align: center;line-height: 28px;}
.page6 .word p{font-size:16px;}
.page6 a{display:block;width:170px;line-height:45px;height:45px;background:#c00010;color:#fff;text-align:center;margin: 15px auto 0;}


/* footer */
.footer{width:100%;height: 380px;background:#212121;padding:55px 0 0;box-sizing: content-box;}
.footer .list{float:left;overflow:hidden;position: relative;width: 690px;}
.footer .list:after{content:"";position:absolute;width:1px;height:175px;background:#424242;top: 15px;}
.footer .list ul{overflow:hidden;float:left;margin-right: 50px;margin-left: 15px;}
.footer .list ul li{margin-bottom: 8px;}
.footer .list ul li a{color: #828282;font-size: 16px;}
.footer .list ul li a:hover{color:#e60012;}
.footer .list ul li:nth-child(1){margin-bottom:30px;position: relative;}
.footer .list ul li:nth-child(1):after{content:"";position:absolute;width:30px;height:1px;background:#e60012;bottom:-15px;left:0;}
.footer .list ul li:nth-child(1) a{font-size: 22px;color:#ffffff;}
.footer .footer_msg{position:relative;float:left;width: 400px;padding-left: 50px;color:#a4a4a4;}
.footer .footer_msg:after{content:"";width:1px;height:180px;position:absolute;right:0;top:0;background:#424242;}
.footer .footer_msg:before{content:"";width:1px;height:180px;position:absolute;left:0;top:0;background:#424242;}
.footer .footer_msg .contact{overflow:hidden;}
.footer .footer_msg .contact .footer_tel{background:url('../images/footer_tel.png') no-repeat left;}
.footer .footer_msg .contact .mail{background:url('../images/footer_mail.png') no-repeat left;}
.footer .footer_msg .contact div{float:left;padding-left: 45px;margin-right: 25px;margin-bottom: 22px;}
.footer .footer_msg .contact div p{line-height:20px;font-size:16px;}
.footer .footer_msg .address{}
.footer .footer_msg .address p{font-size:13px;line-height:24px;}
.footer .footer_code{float:right;background:url('../images/footer_logo.png') no-repeat;background-position: 185px 40px;width: 430px;margin-top: 10px;}
.footer .footer_code .img{width:110px;height: 145px;float: left;background: #fff;border-radius: 0 25px 0 0;}
.footer .footer_code .img img{display:block;width:100%;}
.footer .footer_code .img p{font-size:14px;color: #c00010;text-align:center;line-height: 45px;height: 35px;}
.footer .footer_contact{clear:both;overflow: hidden;text-align: center;line-height: 85px;border-top: 1px solid #393939;position: relative;top: 25px;}
.footer .footer_contact p{font-size: 13px;color:#a4a4a4;margin-right: 40px;display: inline-block;text-transform: uppercase;}
.footer .footer_contact i{display:inline-block;position:relative;top:10px;margin-right:5px;}


/* links */
.links{color:#6b6b6b;background: #fff;width:100%;overflow:hidden;}
.links .links_title{float:left;height: 60px;padding-top: 20px;}
.links .links_title p{line-height: 20px;font-size: 14px;}
.links .links_lists{float:left;padding-top: 26px;padding-left: 55px;width: 1085px;}
.links .links_lists ul{overflow:hidden;}
.links .links_lists ul li{margin-right: 18px;position:relative;float:left;padding-right: 18px;margin-bottom: 15px;}
.links .links_lists ul li:after{content:"";width:1px;height: 12px;position: absolute;top: 3px;right: 0;border-left:1px dotted #6b6b6b;}
.links .links_lists ul li a{font-size:13px;}
.links .links_lists ul li:nth-child(12n):after{display:none;}



.ny_ban1{ height:300px;}
.ny_ban1 a{ width:100%; height:300px;display:block;}


.ny_search{width:1200px;height: 60px;overflow:hidden;margin: 15px auto;position: relative;}
.ny_search:after{content:"";width:100%;height:1px;background: #e5e5e5;position:absolute;bottom: 9px;left:0;}
.ny_search p{width: 785px;background: url(../images/weizhi_xb1.png) left center no-repeat;padding-left:20px;height:38px;color:#bababa;font-size:12px;line-height:38px;float:left;/* border-bottom:1px solid #dadada; */}
.ny_search .zi{ width:830px; height:38px;color:#666;font-size:12px; line-height:38px; float:left;border-bottom:2px solid #ff0041;}
.ny_search h1{color:#bababa;font-size:12px; line-height:38px; display:inline-block;font-weight:normal;}
.ny_search a{ color:#bababa;}
.ny_search p em{ padding:0 6px; font-family:"å®‹ä½“";}
.ny_search a:hover{color:#df0001}
.ny_search .search1{width:270px;height:35px;border:1px solid #e5e5e5;background:#fff;border-radius:18px;position:relative;float:right;top: 0px;}
.ny_search .search1 .inp01{width:200px;height:25px;padding:5px 5px 5px 15px;line-height:25px;text-align:left;color:#999999;font-size:12px;position:absolute;left:0px;top:0;outline:0;font-family:"å¾®è½¯é›…é»‘";}
.ny_search .search1 .inpso{width:49px;height:20px;background: url(../images/soso1.png) center no-repeat;border-left:1px solid #e5e5e5;border-radius:0 50% 50% 0;position:absolute;right:0;top:7px;outline:0;z-index:2;text-indent:-999px;cursor:pointer;}


.cp_main0{width:100%;height:auto;overflow:hidden;margin-top: -25px;}
.tits{width: 1200px;height:auto;overflow:hidden;/* padding:0 25px 25px; *//* border:1px solid #E9E9E9; */background: #fff;position:relative;margin:25px auto 38px;}
.div1 a{display:inline-block;height:42px;padding:0 30px;text-align:center;font-size:16px;color:#666;position: relative;}
.div1 a:before{content:"";width: 14px;height: 14px;position:absolute;bottom: -5px;left:0;right:0;margin:0 auto;background: #dedede;z-index: 2;border-radius: 8px;box-sizing:border-box;}
.tits>div:nth-child(1) .ts{background: #de5151;}
.tits>div:nth-child(2) .ts{background: #cea36b;}
.tits>div:nth-child(3) .ts{background: #de5151;}
.tits>div:nth-child(4) .ts{background: #cea36b;}
.tits>div:nth-child(5) .ts{background: #de5151;}
.div1 a.ce_dianji{color: #df0001!important;}
.div1 a.ce_dianji:before{display:block;}
.div1 a:hover{color:#df0001;}
.div1 a:hover:before,.div1 a.ce_dianji:before{border:2px solid #df0001;background:#fff;}
.div1 .xnav{width: 1200px;height:40px;line-height:40px;border-bottom: 2px solid #dedede;vertical-align:middle;margin:0 auto;text-align: center;background: #fff;z-index: 2;}
.div2{top:0px;z-index:999;width: 1200px;position:fixed;_position:absolute;left:50%;margin: 0 auto;left: 0;right: 0;}
.tabs{width:170px;height:100%;overflow:hidden;background:#fa8545; position:absolute; right:0; top:0;z-index:1;}
.tabs p{height:40px;line-height:40px;overflow:hidden;background:#df0001text-align:center;font-size: 16px;color: #fff;}
.tabs ul{height:auto;overflow:hidden;padding:10px 5px 15px;}
.tabs li {font-size: 14px;height: 32px;line-height: 32px;text-align:left;cursor: pointer;font-size: 15px;background: url(Img/Index/news_tb0.png) 15px 11px no-repeat;padding-left:30px;}
.tabs li a {color: #fff;}
.tabs .hit{border-radius: 5px 5px 0 0;background:#0072c9;}
.tabs .hit a{color: #fff;}
.bs1{position:relative; z-index:2;}
.pane{height:auto;overflow:hidden;position:relative;min-height: 300px;}
.pane .ts{font-size: 20px;margin:0 0 20px;padding: 25px 0 12px 10px;border-bottom: 1px solid #b6b6b6;position: relative;float: left;box-sizing: border-box;color: #fff;width: 185px;height: 130px;}
.pane .ts span{display:block;}
.pane .ts:after{content:"";width: 70px;height:2px;position:absolute;bottom:0;right: 0;background:#ff5639;}
.pane>div:nth-child(2){float:right;width: 955px;}
.ny_r .tits{width:788px;height:auto;overflow:hidden;padding:0 25px 25px;border:1px solid #E9E9E9;background: #fff; position:relative; margin:25px auto;}
.ny_r .div1 .xnav{width:840px;}
.ny_r .div1 .xnav a{ padding:0 24px;}
.ny_r .div2{top:0px;z-index:999;width:840px; padding-right:260px;position:fixed;_position:absolute; left:50%; margin-left:-550px;}
.ny_r .div1 .tm{ float:right;width:102px;height:30px;margin:8px 0 0;}
.ny_r .div1 .tm a{display: block;width:100px;height:28px; overflow:hidden;line-height: 28px; text-align: center; color: #fff;border-radius:4px; border:1px solid #ff5639; background: #ff5639; padding:0;}
.ny_r .div1 .tm a:hover{ background:#fff; border:1px solid #ff5639;color: #ff5639;}
#float{}
/* ç¿»é¡µcss */
.page-box {width:100%;height: 32px;padding:20px 0px 10px;margin: 0px;}
div.digg.t{margin:0 auto 40px;}
div.digg {width:100%;text-align: center;margin: 50px auto 20px;}
div.digg span {display: inline-block;padding:10px 0; }
div.digg span.disabled { border: 1px solid #e1e2e3;border-radius:18px; padding:6px 1%;margin: 0 0.4%;color:#df0001background:#fff; display:inline-block;}
div.digg span.current {padding:6px 1%;border-radius:18px;margin: 0 0.4%;font-weight: bold; border: 1px solid #df0001color:#fff;background:#df0001 display:inline-block;}
div.digg a {display: inline-block;padding:6px 1%;border-radius:18px;margin: 0 0.4%; border: 1px solid #e1e2e3;color:#df0001background: #fff;text-decoration: none;}


.ny_contact{width: 240px;height: 350px;overflow:hidden;background: #f3f3f3;border-top: 4px solid #f07700;margin: 28px auto 0;}
.ny_contact .zi1{height:auto; text-align:left; padding:14px 15px 14px 20px; overflow:hidden;margin:0 auto}
.ny_contact .zi1 p{height:32px;overflow:hidden;line-height:32px;font-size:20px;color:#04271b;font-weight:bold;text-indent: 20px;}
.ny_contact .zi1 p img{ width:24px; height:24px;margin-right:7px;position:relative; top:4px;}
.ny_contact .zi1 p.t{ font-size:23px; letter-spacing:0.3px;}
.ny_contact .zi2{width: 219px;height:64px;padding:15px 0 0 67px;border-bottom:1px solid #e7e7e7;border-top:1px solid #e7e7e7;background:url(../images/lx_cxb2.png) 20px 25px no-repeat;color:#bdbdbd;text-align:left;overflow:hidden;margin:0 auto;}
.ny_contact .zi2 p{ font-size:18px;text-transform:uppercase;}
.ny_contact .zi2 p span{ font-size:20px;display:inline-block; margin-right:10px;}
.ny_contact .zi2 h6{ font-size:15px;text-transform:uppercase; font-weight:normal;}
.ny_contact .zi2 h6 span{display:inline-block; margin-left:10px;}
.ny_contact .zi3{ padding:23px 0 10px; height:auto; overflow:hidden; text-align:center; vertical-align:middle;}
.ny_contact .zi3 img{ width:140px; height:140px; margin:0 auto;}
.ny_contact .zi3 p{ line-height:46px; text-align:center; font-size:16px; color:#444;}


/* æ ç›®é¡µ å¼€å§‹*/
.newbtt{width:1200px;margin:0px auto;height:48px;margin-bottom:23px;border-bottom: 1px solid #df0001}
.newbtt>span{ float:right; margin-top:17px;}
.newbtt>a{width:180px;height:48px;display:inline-block;line-height:48px;text-align:center;font-size:20px;background-color: #df0001;color:#fff;}
.newbtt span a{width:100px;text-align:center;height:20px;line-height:18px;background-color: #df0001display: inline-block;border-radius: 30px;color:#fff;text-indent: 10px}
.newbtt.one{ width:1200px; margin:0px auto 23px;background:url(Img/Index/casenew_28.jpg) repeat-x; height:48px; }
.newbtt.two{width:1200px; margin:46px auto 33px;background:url(Img/Index/casenew_28.jpg) repeat-x; height:48px;}
.news_title{display: inline-block;height: 47px;margin-top: 0 !important;line-height: 47px;background-color: #df0001color: #fff;font-size: 20px;}
.wrap_slider1{height:283px;width:100%;position:relative;background:#e6eef1;margin: 0px auto 21px;}
.wrap_slider1 .hd{ position:absolute; right:16px; bottom:20px; z-index:100;}
.wrap_slider1 .hd ul li{ display:block; width:21px; height:20px; line-height:20px;background-color:#fff; text-align:center; float:left; margin-right:10px; color:#df0001;border-radius:10px;}
.wrap_slider1 .hd ul li:hover{background-color:#df0001;color:#fff;}
.wrap_slider1 .hd ul li.on{background:#df0001;color:#fff;}
.wrap_slider1 .bd{width:100%;height:100%;}
.wrap_slider1 .bd ul li{float:left;}
.wrap_slider1 .bd img{float:left;display:block;width:474px;height:283px;}
.wrap_slider1 .bd .content{width:625px;float:left;font-size:14px;color:#828282;margin-left: 26px;}
.wrap_slider1 .bd .content h1{ padding-bottom:22px; padding-top:26px;}
.wrap_slider1 .bd .content h1 a{ font-size:22px; font-weight:normal; }
.wrap_slider1 .bd .content p a{ color:#1f5770;}
.xenw{ width:1200px; margin:0px auto; padding-bottom:30px;}
.xenw ul{width:724px;float:left;background:url(../images/casenew_23.jpg) 0px 15px no-repeat;}
.xenw ul li{margin-left:41px;font-size:14px;color:#565656;border-bottom:1px #e5e5e5 dashed;height:43px;line-height:43px;position: relative;}
.xenw ul li:before{content:"";position:absolute;width:8px;height:8px;background: #c5bfba;border-radius:8px;left: -30px;top: 16px;}
.xenw ul li:hover:before{background:#df0001}
.xenw ul li:hover a,.xenw ul li:hover span{color:#df0001}
.xenw ul li a:hover{ color:#1f5770;}
.xenw ul li .time{ float:right;}
.xenw .gmeg{ float:right; width:226px; height:265px; overflow:hidden;}
.xenw .gmeg a{color:#fff;background-color:#ebebeb;display:block; height:205px;padding-top:60px;}
.xenw .gmeg a:hover{background-color:#df0001}
.xenw .gmeg a p{width:80%;margin:0 auto;font-size:34px;text-align:center;}
.wrap_slider2{height:230px;width:100%;position:relative;margin: 0px auto 21px;}
.wrap_slider2 .hd{ position:absolute; right:16px; bottom:20px; z-index:100;}
.wrap_slider2 .hd ul li{ display:block; width:21px; height:20px; line-height:20px;background-color:#fff; text-align:center; float:left; margin-right:10px; color:#df0001border-radius:10px;}
.wrap_slider2 .hd ul li:hover{background-color:#df0001 color:#fff;}
.wrap_slider2 .bd{width:100%;height:100%;}
.wrap_slider2 .bd ul li{float:left;}
.wrap_slider2 .bd a img{float:left;display:block;width:430px;height:230px;}
.wrap_slider2 .bd .content{width:720px;float:left;font-size:14px;color:#828282;margin-left: 26px;}
.wrap_slider2 .bd .content h1{ padding-bottom:22px; padding-top:26px;}
.wrap_slider2 .bd .content h1 a{ font-size:22px; font-weight:normal; }
.wrap_slider2 .bd .content p a{ color:#1f5770;}
.wrap_slider2 .next{cursor:pointer;position:absolute;bottom:0;right:0;width:32px;height:32px;border:1px solid #bcbcbc;text-align:center;font-size:18px;line-height:31px;}
.wrap_slider2 .next:hover{background:#df0001;color:#fff;border:1px solid #df0001;}
.productqg2{ width:1200px; margin:0px auto 30px; border-left:1px #ebebeb solid;}
.productqg2 ul li{ width:398px; padding-bottom:38px;border:1px #dedede solid; border-left:0px; float:left; padding-top:28px;}
.productqg2 ul li a{display:block;width: 100%;}
.productqg2.one ul li{width:332px; padding-bottom:0px;border:1px #dedede solid; border-left:0px; float:left; padding-top:28px;}
.productqg2 ul li .productname{position:relative;color:#464646;font-size:16px;font-weight:bold;margin:0px auto;width: 293px;margin-bottom:15px;white-space:nowrap;}
.productqg2 ul li .productname:before{content:"";width:4px;height:12px;background-color:#df0001position:absolute;left:0;top:5px;}
.productqg2 ul li .productname a{color:#494949;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.productqg2 ul li  p{padding-top:15px;width:291px;margin:0px auto;font-size:12px;height:115px;margin: 0px auto 15px;color:#828282;text-indent: 24px;}
.productqg2 ul li .ckmore1{ width:132px; height:29px; border:1px #d0d0d0 solid; line-height:29px; font-size:14px;color:#134c64; text-align:center; margin:0 auto;}
.productqg2 ul li .ckmore1:hover{background:#df0001;}
.productqg2 ul li .ckmore1:hover a{color:#fff;}
.productqg2 ul li .ckmore1 a{   color:#df0001 text-align:center; margin:0 auto;}
.productqg2 ul li.cur .ckmore1{ background:#df0001width:132px; height:29px;border:1px #fff solid; color:#fff; text-align:center; margin:0 auto;}
.productqg2 ul li.cur .ckmore1 a{color:white;}
.productqg2 ul li .anlitp{ width:291px; height:156px; overflow:hidden; margin:0px auto; border:1px #fff solid;}
.productqg2 ul li.cur .anlitp{ width:291px; margin:0px auto; border:1px solid #df0001}
.productqg2 ul li.first{ }
.productqg2 ul li.last{ }
.kjbk{ width:1200px; margin:0px auto; padding-top:25px;}
.newbg{ width:700px; float:left;}
.newbg ul{  margin:0 auto;}
.newbg ul li{ font-size:14px; line-height:38px; border-bottom:1px #e4e4e4 dashed;}
.newbg ul li:hover{font-weight:600;}
.newbg ul li a{ color:#4f4f4f;font-size:14px; }
.newbg ul li.cur a{ font-weight:bold; color:#df0001}
.newbg ul li.cur .datenew{color:#134c64;}
#tout{  line-height:24px; height:125px; border-bottom:0px;}
#tout .yyantp{ margin-bottom:15px;}
#tout .mtbt{ margin-bottom:8px; }
#tout .mtbt a { font-size:22px;padding-left:0px;color:#424242;}
#tout .btnr{ line-height:26px; font-size:13px; color:#828282;}
#tout .btnr a{ font-size:13px; color:#1f5770; font-weight:normal;}
.newbg ul li .datenew{ float:right; font-size:12px;}

.bky{ width:394px; float:right;}
.bky .mtbt{}
.bky .img{display:block; height:212px; overflow:hidden;}
.bky .mtbt a{font-size:18px;color:#424242;line-height: 55px;height: 55px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 100%;display: block;}
.bky .mtbt a:hover{font-weight:bold;color:#df0001}
.bky .btnr{ line-height:26px; font-size:13px; color:#828282;}
.bky .btnr a{ font-size:13px; color:#df0001;font-weight:normal;}




.news_main1 {width:auto;height: 105px;background:#eeeeee;padding:20px 25px 0;text-align:left;margin:20px 0 0;}
.news_main1 dt {background: url(../images/news_bt3.png) no-repeat left center;padding-left:55px;height:28px;line-height:28px;font-size:16px;font-weight:bold;color: #90847a;overflow: hidden;margin-bottom:8px;}
.news_main1 dt a {font-size:16px; font-weight:bold;color: #3c3c3c;}
.news_main1 dt a:hover{color:#e60013;}
.news_main1 dt em {width: 83px;display: inline-block;font-size: 20px;color: #90847a;margin-right:10px;text-align: center;line-height: 36px;}
.news_main1 dd{font-size:14px;color: #444; line-height:23px; height:69px; overflow:hidden;}
.news_main1 dd a{color:#e60013;}

.news_main2,.news_main4{width:auto;overflow: hidden;margin-top: 18px; text-align:left;}
.news_main2 dl,.news_main4 dl {width:auto;height:178px;background:#f4f4f4;margin-bottom: 22px;overflow: hidden;}
.news_main2 dt {width:241px;height: 135px;float: left;margin: 20px 0 0 20px;display: inline;}
.news_main2 dt img {width:239px;height: 133px; border:1px solid #ececec;display: block;}
.news_main2 dd {width:470px;float: left;display: inline;margin: 20px 0 0 20px;}
.news_main2 dd h3{position:relative;}
.news_main2 dd h3:before{content:"";width:30px;height:30px;position:absolute;left:0;top:-2px;background:url(Img/Common/hot.gif) no-repeat center;}
.news_main2 dd h3,.news_main4 dd h3 {font-size:15px;color: #303030;overflow: hidden;height: 26px; line-height:26px;margin:0 0 5px;}
.news_main2 dd h3 a,.news_main4 dd h3 a{color: #303030;}
.news_main2 dd h3  a:hover,.news_main2 dd h3  a:hover,.news_main1 dd a:hover{color:#df0001;}
.news_main2 .dd_p,.news_main4 .dd_p {line-height:21px;font-size: 14px;color: #6e6e6e;text-align: left;height:63px; overflow:hidden;}
.news_main2 span,.news_main4 span{margin-top:10px;display: block;}
.news_main2 .news_more a,.news_main4 .news_more a{width:95px;height:25px;border: 1px solid #df0001;text-align: center;font-size: 14px;line-height: 25px;color:#df0001;display: inline-block;}
.news_main2 .news_more a:hover,.news_main4 .news_more a:hover{border: 1px solid #df0001;background:#df0001;color:#fff;}

.news_main2.paln_m dt {width:241px;height: 135px;}
.news_main2.paln_m dt img {width:239px;height: 133px;}
.news_main2.paln_m dd {width:470px;}


.xnav_m3{ width:auto; height:auto; overflow:hidden; padding:0 0 10px; border-bottom:1px solid #d3d3d3; position:relative;}
.xnav_m3 h2{ color:#322821; text-align:left; font-size:16px; float:left;}
.xnav_m3 h2 img{ width:28px; height:28px; padding:7px 8px 0 0; float:left;}
.xnav_m3 h2 em{color:#7d7d7d; font-size:12px;text-transform: uppercase; padding-left:5px; font-weight:normal;}
.xnav_m3 p{ color:#7d7d7d; font-size:13px; float:right;text-transform: uppercase;}
.xnav_m3 p a{ color:#7d7d7d;}
.xnav_m3 span{width:66px; height:2px; border-bottom:2px solid #df0001; position:absolute; left:0px; bottom:0px; z-index:10;}

/* æ–°é—»åˆ—è¡¨é¡µ css */
.sideMenu,.cpfl{ width:240px;height:auto; overflow:hidden;margin:0 0 25px;}
.sideMenu .xnav,.cpfl .xnav{ height:auto;padding:20px 25px;overflow:hidden;text-align:center; background:#df0001;}
.sideMenu .xnav i,.cpfl .xnav i{width:13px;height:3px;display:block;background:#fff; margin:0 0 10px;}
.sideMenu .xnav p,.cpfl .xnav p{height:38px;line-height:19px;color:#fff;font-size:1.2em;font-family:"Book Antiqua";text-transform:uppercase;}
.sideMenu .xnav p span,.cpfl .xnav p span{color:#fff;font-size:1.4em;font-family:"Book Antiqua";text-transform:uppercase; display:block;}
.sideMenu .xnav a,.cpfl .xnav a{height:25px;line-height:25px;color:#fff;font-size:26px; display:block; margin:10px 0 0;}
.sideMenu .xnav a em,.cpfl .xnav a em{ width:20px;height:20px; display:inline-block; margin-right:6px; position:relative; top:3px;}
.sideMenu .xnav em.al{ background-position:-120px -27px;}
.sideMenu .xnav em.cp,.cpfl .xnav em.cp{ background-position:-140px -27px;}
.sideMenu .xnav em.ab{ background-position:-160px -27px;}
.sideMenu .xnav em.xc{ background-position:-180px -27px;}
.sideMenu .xnav em.hz{ background-position:-200px -27px;}
.sideMenu .xnav em.xw{ background-position:-220px -27px;}
.sideMenu .xnav em.fa{ background-position:-260px -27px;}
.sideMenu ul{height:auto; overflow:hidden;padding:15px 20px;background:#f7f7f7;}
.sideMenu ul li{height:45px; overflow:hidden; margin:0 auto 8px;}
.sideMenu ul li a{color:#444;font-size:17px;height:45px;overflow:hidden;line-height:45px;display:block;position:relative;padding-left:35px;background: url(../images/ce_nyxb1.png) #dfdfdf 20px center no-repeat;}
.sideMenu ul li.on a,.sideMenu ul li a:hover{color:#df0001;background:url(../images/ce_nyxb01.png) 20px center no-repeat;}
.sideMenu ul li a i{position:absolute;bottom:0px;left:0;width:0px;height:1px;display:block;background:#df0001;}
.sideMenu ul li a:hover i{width:150px;transition:all .3s ease-in;-moz-transition:all .3s ease-in;-webkit-transition:all .3s ease-in;-o-transition:all .3s ease-in;}
.sideMenu dl{height:auto; overflow:hidden;padding:0px 20px 13px;}
.sideMenu dl dt a{height:28px; overflow:hidden; display:block; line-height:28px; text-indent:15px; font-size:13px; color:#777;border-bottom:1px solid #dedede;}
.sideMenu dl dt a:hover{color:#e60012;border-bottom:1px solid #e60012;}
.sideMenu1 h2,.sideMenu3 h2{ height:65px; color:#fff; font-size:20px;line-height:65px;text-align:center; background: url(Img/ny_cp/arrow.png) #df0001 170px center no-repeat;background-position:205px center;}
.sideMenu2 h2{ height:50px; line-height:50px;text-indent: 28px;  text-align:left; background: url(Img/ny_cp/arrow.png) #90847a 200px center no-repeat;}
.sideMenu h2 a,.sideMenu1 h2 a,.sideMenu3 h2 a{color:#fff; font-size:26px; font-weight:normal;}
.sideMenu h4 a{height:40px; line-height:40px;padding-left:45px;font-weight:normal; text-align:left;font-size:15px;color:#1f1f1f;background:url(Img/ny_cp/cp_b.jpg) center no-repeat; display:block; margin:0 0 1px;}
.sideMenu h4 a:hover{background:url(Img/ny_cp/cp_c.jpg) center no-repeat;color:#df0001;}
.sideMenu1,.sideMenu3{ width:240px;font-family:"å¾®è½¯é›…é»‘";height:auto; overflow:hidden;}
.sideMenu2{ width:240px; font-family:"å¾®è½¯é›…é»‘";height:auto; overflow:hidden;}
.sideMenu1 .side_t{ padding:6px 14px 14px; height:auto; overflow:hidden; background:#f4f4f4;  }
.sideMenu2 .side_t{ padding:6px 15px 10px;height:auto; overflow:hidden;background:#f4f4f4;  }
.sideMenu1 h5{ height:40px; font-weight:normal; line-height:40px;text-align:left;font-size:13px; border-bottom:1px solid #e7e7e7; overflow:hidden;}
.sideMenu1 h5 a,.sideMenu3 h5 a{color:#000;}
.sideMenu1 h5 a:hover{color:#df0001; text-decoration:underline;}
.sideMenu1 h5 em{ float:left; display:block; width:19px; height:32px; line-height:42px;background:url(../images/ny_alxb.png) 0px 15px no-repeat; cursor:pointer; color:#fff; font-size:12px; font-family:"å®‹ä½“"; padding-left:3px; }
.sideMenu1 h5.on em{ background-position:0px 15px;  color:#fff;}
.sideMenu1 dl,.sideMenu3 dl{  display:none; padding-top:6px; /* é»˜è®¤éƒ½éšè— */ }
.sideMenu1 dl img{ width:210px; height:137px;overflow: hidden; /* é»˜è®¤éƒ½éšè— */ }
#sid1 dl img{ width:170px; height:134px !important;overflow: hidden; /* é»˜è®¤éƒ½éšè— */ }
.sideMenu2 dl img{ width:208px; height:auto;overflow: hidden; /* é»˜è®¤éƒ½éšè— */ }
.sideMenu3 .side_t{ padding:6px 14px 14px;border:1px solid #ebebeb; background: url(Img/Index/ce_bj1.jpg) #fff center top no-repeat;}
.sideMenu3 h5{ height:40px; line-height:40px;text-align:left;font-size:13px; border-bottom:1px solid #e2e2e2; overflow:hidden; font-weight:normal;}
.sideMenu3 h5 em{ float:left; display:block; line-height:42px;color:#666; font-size:12px; font-family:"å®‹ä½“"; padding-left:3px; padding-right:10px; }
.sideMenu3 dl dt{line-height:28px; font-size:10px; font-family: "å®‹ä½“";padding-left:22px; padding-right:12px;color:#654938; }
.sideMenu3 dl dt a{font-size:13px; color:#654938;font-family:"å¾®è½¯é›…é»‘";/* é»˜è®¤éƒ½éšè— */ }
.ny_r_title1{ height:auto; overflow:hidden;}
.ny_r_title2{ width:1000px;}
.ny_r_title1 .xnav_m2{padding:0 0 10px;position:relative;z-index:1;border-bottom: 1px solid #d4d4d4;}
.ny_r_title1 .xnav_m2 h2{ width:auto;color:#322821; text-align:left; font-size:16px;}
.ny_r_title1 .xnav_m2 h2 em{color:#7d7d7d; font-size:12px;text-transform: uppercase; padding-left:5px; font-weight:normal;}
.ny_r_title1 .xnav_m2 p{ color:#7d7d7d; font-size:13px; float:right;text-transform: uppercase;}
.ny_r_title1 .xnav_m2 span{ width:70px; height:2px; background:#df0001; position:absolute; left:0; bottom:0;}

/* æŽ¨èèµ„è®¯css */
.nycp_news{ width:1000px; height:auto; overflow:hidden; padding:20px 0 25px; margin:20px 0px 0px; background:#f8f8f8;}
.nycp_news li{ width:445px; margin:0 20px;float:left;line-height:34px; background:url(Img/ny_cp/news_xb1.png) left center no-repeat; padding-left:15px; color:#333; border-bottom:1px dashed #d5d5d5; text-align:right; font-size:12px;}
.nycp_news1 li{width:360px;margin-left:15px;float:left;margin-right:55px;line-height:34px;padding-left:15px;color:#333;border-bottom:1px dashed #d5d5d5;text-align:right;font-size:12px;position: relative;}
.nycp_news1 li:before{content:"";width: 6px;height: 6px;position:absolute;background: #a7a6a6;left:0;top: 13px;border-radius: 8px;}
.nycp_news1 li:hover:before{background:#df0001}
.nycp_news li span,.nycp_news1 li span{float:left;width: 265px;height: 35px;line-height: 35px;overflow: hidden;text-overflow: ellipsis;white-space: pre;text-align: left;}
.nycp_news a,.nycp_news1 a{color:#666; display:block;}
.nycp_news a:hover,.nycp_news1 a:hover{color:#df0001;}
.nycp_news1{ width:890px; height:auto; padding:15px 0; overflow:hidden;margin:20px 0 18px; background:#f4f4f4;}

/* 新闻详情页 css */
.news_que2{ border-bottom:1px solid #d6d6d6; padding-bottom:10px;}
.news_que2 h2 {height:28px; line-height:28px; font-size:16px; font-weight:bold;color:#4c4c4c;text-align:center; overflow:hidden;}
.news_que2 h3{height:24px;color: #999;font-size: 12px;line-height: 24px; text-align:center; position:relative;}
.news_que2 h3 .news_xb1{background: url(../images/ny_news_tu1.png) left center no-repeat;padding-left:22px;margin-right:15px;}
.news_que2 h3 .news_xb3{background: url(../images/ny_news_tu3.png) left center no-repeat;padding-left:22px;margin-right:15px;}
.news_que2 h3 .news_xb4{width:100px; height:24px; position:absolute; right:0px; top:0px;}

/*……………………………………内页 css开始……………………………………………………*/
.ny_ban1{ height:300px;}
.ny_ban1 a{ width:100%; height:300px;display:block;}

.ny { width:1200px;height:auto; overflow:hidden;font-family:"alipuhui";margin:30px auto; }
.ny .ny_l{ width:240px; height:auto;overflow:hidden;}
.ny .ny_r{ width:890px; height:auto;overflow:hidden;}

.ny .ny1_l{ width:240px; height:auto;overflow:hidden;}
.ny .ny1_r{ width:740px; height:auto;overflow:hidden;}
.gjc{height:auto;overflow:hidden;text-align:left;line-height:22px;font-size:14px;color: #df0001margin:0 0 10px;}
.fuwu_wenz{ width:auto;height: auto; margin:15px auto;}
/* 上下篇 */
.sxpian{ width:770px; height:46px;}
.next-prev-single {width: 770px;padding:0 0 12px;color: #444;font-size: 14px;overflow: hidden;}
.next-prev-single p{ width:49%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; text-align:left;}
.next-prev-single p a{ color:#232a42; text-decoration:none; font-weight:bold;}
.next-prev-single p a:hover{ color:#00a1e9 ;}
.next-prev-single .prev{ float:left;}
.next-prev-single .next{ float:right; text-align:right;}
/* 上下篇 */


.w_al{ width:890px; height:auto; overflow:hidden;font-family:"alipuhui";margin:20px auto 5px;}
.w_al .section_title{font-size: 18px;border-top: 1px solid #808080;padding-top:30px;padding-bottom: 5px;margin-bottom: 30px;color:#222;letter-spacing: 1px;margin-top: 35px; text-align:center; font-weight:normal;}
.w_al .section_title span{font-size: 16px; display:inline-block; padding-right:10px; color:#808080;}

.w_al ul{ width:900px;height:auto; overflow:hidden;margin:0px -10px;}
.w_al ul li{ width:33.333%; height:auto; overflow:hidden; float:left;}
.w_al ul li .tu{ margin:0 10px 20px; border:1px solid #ececec;}
.w_al ul li .tu a{  width:100%; height:100%; overflow:hidden;display:block; position:relative;}
.w_al ul li .tu img{ width:100%; height:auto;}
.w_al ul li .title{overflow:hidden; height:0;}
.w_al ul li .tu a:hover .title{width:84%;height:100%;padding:0 8%;text-align:center;background: url(../images/zi_bj1.png) center repeat;position:absolute;left:0;top:0;color: #fff;}
.w_al ul li .tu a:hover .title h3{height:22px;line-height:22px;overflow:hidden;font-size:20px;font-weight:normal;text-transform: uppercase;margin: 44px 0 10px;-webkit-transform: translate(0px, 15px);-ms-transform: translate(0px, 15px);transform: translate(0px, 15px);-webkit-transition: transform 0.4s ease 0.2s, opacity 0.4s ease 0.2s;-ms-transition: transform 0.4s ease 0.2s, opacity 0.4s ease 0.2s;transition: transform 0.4s ease 0.2s, opacity 0.4s ease 0.2s;}
.w_al ul li .tu:hover .title p{ height:20px; line-height:20px; overflow:hidden;font-size:14px;-webkit-transform: translate(0px, 15px);-ms-transform: translate(0px, 15px);transform: translate(0px, 15px);-webkit-transition: transform 0.4s ease 0s, opacity 0.4s ease 0.1s ;-ms-transition: transform 0.4s ease 0s, opacity 0.4s ease 0.1s ;transition: transform 0.4s ease 0s, opacity 0.4s ease 0.1s ;}
.w_al.w_al1 li .tu img{width:100%;height: 161px;}
.w_al.w_al1 .tu a:hover .title h3{margin: 38px 0 10px;}
.w_al.w_al2 li .tu img{width:100%; height:164px;}
.w_al.w_al2 .tu a:hover .title h3{margin:40px 0 10px;}
.w_al.w_al3 li .tu img{width:100%; height:168px;}
.w_al.w_al3 .tu a:hover .title h3{margin:44px 0 10px;}

.pro4{width:1100px;height:auto; overflow:hidden;margin:35px auto 0;}
.pro6{width:64px; height:66px; padding:0 15px; line-height:33px; font-size:30px; font-weight:600; color:#df0001 border-left:1px solid #999;border-right:1px solid #999; float:left;}
.pro5{width:980px; float:right;line-height:28px; font-size:15px; color:#444;}
.pro5 .bt{padding-bottom:12px; font-size:20px; color:#333;}

.cp_m{width:1124px; height:auto; overflow:hidden; margin:0 -12px;}
.cp_m dl{width:538px; height:auto; overflow:hidden; float: left;margin:0 12px 24px; }
.cp_m dl a{ display:block;width:538px; height:auto; overflow:hidden;}
.cp_m dl dt{width:538px;height:358px;overflow:hidden; position:relative;}
.cp_m dl dt img{width:538px;height:358px;transition: transform 3s;}
.cp_m dl dd{height:auto;overflow:hidden; background:#f9f9f9; padding:15px;font-size:18px; color:#383838;text-align:left;}
.cp_m dl dd h6{ height:30px; overflow:hidden; line-height:30px; font-size:16px; color:#383838;margin:0 0 10px;}
.cp_m dl dd h6 em{max-width:180px;height:30px; overflow:hidden;text-align:center; display:block; float:right; background:#ccc;font-size:13px; color:#fff;border-radius:4px;padding:0 6px;}
.cp_m dl dd span{display:block; float:right;height:30px; overflow:hidden; line-height:30px;background:url(Img/Index/more_xb0.png) right center no-repeat;font-size:13px;color:#9f9f9f;text-align:right; padding-right:23px;}
.cp_m dl a:hover dd span{background:url(Img/Index/more_xb2.png) right center no-repeat;color:#df0001}
.up-graybox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s ease 0s;
  z-index:3;
}
.up-graybox .bgbox {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.up-graybox .stit {
  font-size: 14px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  color: #fff;
}
.up-graybox .line {
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #f2f2f2;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  transition: all 0.6s ease 0s;
}
.up-graybox .linet {
  top: 0;
}
.up-graybox .lineb {
  bottom: 0;
}
.up-graybox .out-ico {
  display: none;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.cp_zhanshi li a:hover .up-graybox .line,.cp_m dl a:hover .up-graybox .line,.zi_n dl a:hover dt .up-graybox .line,.news_n dl:hover dt .up-graybox .line,.ln-lst li:hover .ln-lt-i .up-graybox .line{
  width:20px;
  margin-left: -10px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.cp_m>dl:hover .up-graybox{
    opacity:0.6;
}


.des_bt{ width:615px; margin:0px auto 34px;background: url(../images/custzd_05.jpg) repeat-x; height:33px;}
.de_midd{ background:#fff; width:205px; margin:0px auto; line-height:33px; text-align:center; color:#353535; font-size:24px;}
.tpleft{ float:left;}
.tpright{ float:right;}
.solu_f{width: 1200px;margin: 0px auto 2px;overflow:hidden;}
.solu_f ul {width: 1200px;}
.solu_f ul li{float:left;width: 375px;height: 350px;border:1px #e4e4e4 solid;margin-right:23px;margin-bottom:19px;margin-top:20px;box-sizing: border-box;}
.solu_f ul li:hover{/* background: url(../images/bluek.png) no-repeat; */border:none;width: 375px;height: 350px;border: 2px solid #1f6bca;box-sizing: border-box;}
.solu_f ul li .so_zs{width: 330px;margin:0px auto;padding-top:22px;}
.solu_f ul li .so_zs .bt a{display:block;background: url(../images/custzd_12.jpg) left no-repeat;padding-left:12px;font-size:18px;color:#464646;font-weight:bold;margin-bottom:14px;overflow: hidden;text-overflow: ellipsis;flex-wrap: nowrap;height: 27px;text-align: center;}
.solu_f ul li .so_zs .tp{ margin-bottom:10px;}
.solu_f ul li .so_zs .tp img{width: 330px;height: 125px;}
.solu_f ul li .so_zs .nr{line-height:24px;color:#979797;height: 70px;font-size: 14px;margin-bottom: 20px;overflow: hidden;}
.solu_f ul li .so_zs a.dj_more{ width:156px; height:28px; margin:0px auto; border:1px #c8c8c8 solid; line-height:28px; text-align:center; display: block; color:#9e9fa0;background: url(../images/custzd_27.jpg) 16px 7px no-repeat; }
.solu_f ul li:hover .so_zs a.dj_more{border:1px #2e84c7 solid;color:#2e84c7;background: url(../images/custzd_37.jpg) 16px 7px no-repeat;}
.solu_f ul li.cur a.dj_more{border:1px #2e84c7 solid;color:#2e84c7;background: url(../images/custzd_37.jpg) 16px 7px no-repeat;}
.solu_f ul li.cur{background: url(../images/bluek.png) no-repeat;border:none;width:375px; height:388px;}

.ckmore{ text-align:center; line-height:30px; padding-top:8px; padding-bottom:8px; background:#eeeeee; clear:both;}
.ckmore a{ display:block; color:#6d6d6d; font-size:16px; font-weight:bold;}
.zs_case{width: 1200px;margin:100px auto 35px;height:52px;border-bottom:1px #dcdcdc solid;}
.zs_case a.more{ float:right; margin-top:27px; font-size:14px; color:#6e6e6e;}


.case_ds{width: 1200px;margin:0px auto 56px;border-right:1px #dedede solid;}
.case_ds ul li{width: 399px;height:354px;float:left;border:1px #dedede solid;border-right:0px;}
.case_ds ul li .so_zs{ width:291px; margin:0px auto; padding-top:30px;}
.case_ds ul li .so_zs .tp{ margin-bottom:16px;}
.case_ds ul li .so_zs .bt{ line-height:25px; height:25px; overflow:hidden; margin-bottom:7px;}
.case_ds ul li .so_zs .bt a{ display:block; font-size:16px; color:#4c4b4b;}
.case_ds ul li .so_zs .nr{ font-size:12px; line-height:25px; color:#828282;}

.ad-image-wrapper .ad-next .ad-next-image{background-image:url("../images/al_qh1.png") !important;background-position:79px 36px !important;width:31px !important;height:70px !important;}
.ad-image-wrapper .ad-prev .ad-prev-image{background-image:url("../images/al_qh1.png") !important;background-position:48px 36px !important;width:31px !important;height:70px !important;}
.w_al.w_al4,.w_al.w_al4 ul{width: 1200px;}
.w_al.w_al4 ul li{width:25%;}
.w_al.w_al4 ul li h3{margin-top: 45px !important;}
.w_al.w_al4 ul li img{width:100%;height: 163px;display:block;}


.nav_float{position:fixed;right:-110px;top:50%;width:120px;transform:translateY(-50%);-ms-transform:translateY(-50%);z-index:11;}
.nav_float li{margin-bottom:3px;background:#4461a0;height:120px;border-radius:15px 0 0 15px;perspective:300px;text-align:center;color:#fff;}
.nav_float a{display:block;height:100%;font-size:0;}
.nav_float a .inner{display: inline-block;vertical-align: middle;}
.nav_float a:after{content:"";vertical-align: middle;height:100%;display: inline-block;}
.nav_float .ico{width:55px;height:55px;line-height:55px;display: block;margin:auto;}
.nav_float .ico img{max-width:100%;max-height:100%;}
.nav_float em{font-size:18px;line-height:1;display: block;margin-top:10px;}
.nav_float .a3 .img{position:absolute;right:100%;top:0;max-width:200px;margin-right:10px;box-shadow:0 0 10px rgba(0,0,0,0.15);visibility: hidden; transition:all 0.5s ease-out 0s;opacity: 0;pointer-events:none;}
.nav_float .a3:hover .img{opacity:1;visibility: visible;}
.nav_float .gotop{background:url(../image/icon3.png) center -230px no-repeat;}
.layui-layer-content{font-size:20px !important;padding:10px 10px !important;}
.layui-layer-content img{display:block;width:120px;}


/*================搜索页面 css================*/
.ntitle { margin: 0 auto;padding: 15px 0 10px;border-bottom: 1px solid #d6d6d6;width:auto;}
.ntitle h2 {height: 45px;line-height: 45px;font-size: 20px;font-weight: bold;color: #fe0000;text-align: left;overflow: hidden;}
.ntitle h2 a {color: #5c5c5c;}
.ntitle span{height: 24px;color: #999;font-size: 12px;line-height: 24px;text-align: left;position: relative;}
.n-list{ margin:10px 0px;}
.n-list li{ width:770px; height:auto; overflow:hidden;border-bottom: 1px solid #d6d6d6; padding-bottom:20px; margin-bottom:12px; }
.n-list li dl dt{ float:left; width:185px; height:128px;margin-right:25px;}
.n-list li dl dt img{ width:185px; height:128px;}
.n-list li dl dd{ float:left; width:560px; height:128px; }
.n-list li h2{color: #fe0000;text-align: left;overflow: hidden; height:32px; line-height:32px; font-size:16px; margin-bottom:10px; }
.n-list li h2 a{color: #ee4600;}
.n-list li .note{ width:770px; height:auto; overflow:hidden;}
.n-list li .note .info span {margin-right: 10px;padding-left: 20px;color: #777;background: url(Img/Index/sprite.gif) no-repeat;}
.n-list li .note .info .comm { background-position: 0 5px;}
.n-list li .note b img{ margin:10px 0px;}
.n-list li .note .info .time { background-position: 0 -156px;}
.n-list li .note .info .view {background-position: 0 -34px;}
.n-list li .note p{font-size:14px; text-align:left; line-height:25px;}
.n-list li .note .info{font-size:14px; line-height:26px; padding:5px 0px;}

.gjc{ height:auto; overflow:hidden; text-align:left; line-height:22px; font-size:14px; color:#e60013;margin:0 0 10px; }
.wz{ height:60px; border-bottom:1px solid #e7e7ea; overflow:hidden; font:12px "宋体"; line-height:60px; color:#484f65;}
.wz2{width: 800px !important;height: 60px !important;margin:0 auto;background: url(../images/wz.gif) no-repeat left center !important;padding-left: 30px !important;box-sizing: border-box;line-height: 60px !important;border: none !important;color: #000 !important;}
.wz a{ color:#484f65; padding:0 8px;}
.wz span{ font:14px "宋体"; color:#6f7486; display:inline-block; height:60px; line-height:60px;}
.wz span em{ font:24px Arial, Helvetica, sans-serif; font-weight:bold; color:#484f65; font-style:italic;}

#newBridge .icon-right-center{top:25% !important;}
.side h3 .sub{display:none;}
@media screen and (max-device-height:800px){
    .fd_m{top: 10%;}
}